runtime/pprof.profileBuilder.funcs (field)
5 uses
runtime/pprof (current package)
proto.go#L41: funcs map[string]int // Package path-qualified function name to Function.ID
proto.go#L268: funcs: map[string]int{},
proto.go#L619: funcID := uint64(b.funcs[funcName])
proto.go#L621: funcID = uint64(len(b.funcs)) + 1
proto.go#L622: b.funcs[funcName] = int(funcID)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)